Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 3 - QuickDraw 3D Objects / QuickDraw 3D Objects Reference
QuickDraw 3D Objects Routines / Registering Custom Elements


Q3ElementType_GetElementSize

You can use the Q3ElementType_GetElementSize function to get the size of an application-defined element type.

TQ3Status Q3ElementType_GetElementSize (
TQ3ElementType elementType, 
unsigned long *sizeOfElement);
elementType
An element type.
sizeOfElement
On exit, the number of bytes occupied by an element of the specified element object class.
DESCRIPTION
The Q3ElementType_GetElementSize function returns, in the sizeOfElement parameter, the number of bytes occupied by an element of the type specified by the elementType parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996